RTSDK
    Preparing search index...

    Type Alias SceneOptionalInterface

    type SceneOptionalInterface = {
        attributes?: SceneInterface | object;
        credentials?: InteractiveCredentials;
    }
    Index

    Properties

    attributes?: SceneInterface | object