interface Frame_PropertiesEntry {
    key: string;
    value: FramePropertyValue;
}

Properties

Properties

key: string