ISPO SDK
    Preparing search index...

    Type Alias PrivateContentControlFrame

    Markdown
    PrivateContentControlFrame: FrameBase<"private-content-control"> & {
        id: number;
        metadata: WireFrameValue;
        operation: "append" | "read" | "redact";
    }